home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / biblist / biblist.gde < prev    next >
Text File  |  1991-10-15  |  2KB  |  46 lines

  1. % $Id: biblist.gde,v 1.1 1991/10/14 14:09:50 schrod Exp schrod $
  2. %----------------------------------------------------------------------
  3.  
  4. %
  5. % $Log: biblist.gde,v $
  6. % Revision 1.1  1991/10/14  14:09:50  schrod
  7. % Initial revision
  8. %
  9.  
  10.  
  11.  
  12. \subsubsection{The {\tt biblist\/} Style Option}
  13. \label{sty:biblist}
  14.  
  15. The |biblist| option is appropriate to create a typeset listing of a
  16. (possibly large) \BibTeX{} input file. With such large files --
  17. especially, if the cite keys are long -- the needed string space is
  18. often exceeded. Often a Big\TeX{} is available to circumstance this
  19. problem, but with this style option each \TeX{} will do it.
  20.  
  21. You have to prepare a \LaTeX{} document which uses the |article|
  22. style and the |biblist| style option. You may add almost all other
  23. style options, as you wish, e.g., |twoside|, |german| (or other
  24. language style options), |a4|, etc. This style option must be used
  25. with a ragged bottom; this has the effect, that it cannot be used with
  26. |twocolumn| or |multicol|.
  27.  
  28. You must issue a |\bibliography| tag which names all \BibTeX{}
  29. databases which you want to print. You may issue a
  30. |\bibliographystyle| tag to specify how \BibTeX{} will process its
  31. databases. (There is a default bibliography style named |biblist|,
  32. see~\ref{bst:biblist}.) You may issue |\nocite| commands if you want
  33. to print only selected entries from the databases.
  34.  
  35. A ``bug'' you may encounter is that |\cite| tags within \BibTeX{}
  36. entries will not be processed. Instead the cite key itself will be
  37. printed. Note that this is not a bug, this is a feature! You have to
  38. use |\nocite| tags for {\it all\/} entries that shall be included in
  39. the listing. If you do not give any |\nocite| tag at all, a listing
  40. with all entries is created.
  41.  
  42.  
  43.  
  44.  
  45. \endinput
  46.